mcopy [ -tnvmoOsSrRA ] sourcefile [ sourcefiles... ] targetdirectory
mcopy [ -tnvm ] MSDOSsourcefile
The use of a drive letter designation on the MSDOS files, 'a:' for example, determines the direction of the transfer. A missing drive designation implies a Unix file whose path starts in the current directory. If a source drive letter is specified with no attached file name (e.g. "mcopy a: ."), all files are copied from that drive.
If only a single, MSDOS source parameter is provided (e.g. "mcopy a:foo.exe"), an implied destination of the current directory (".") is assumed.
A filename of "-" means standard input or standard output, depending on its position on the command line.
Mcopy will allow the following command line options:
If the target file already exists, and the -n option is not in effect, mcopy asks whether to overwrite the file or to rename the new file (see the mtools.1 manpage for details).